home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Precompiled headers.
- Sent: 3/12/96 9:34 AM
- Received: 3/12/96 8:51 AM
- From: Jim Lloyd, jim@melongem.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- At 11:01 AM 3/12/96, Gerard Allwein wrote:
- >I had that problem also...with CW8. I do not know if this will fix it for
- >you or if this is the proper fix for the problem. But it worked for me.
- >
- >Create a new project, and add the file ODF.pch++ to it. There are two
- >versions, one in CWPPCRelease/Precompile Headers and one in
- >CWPPCDebug/Precompile Headers. Both are in ODFDev folder.
- >
- >Then bring that project up to date. After I did this, I had no more problems.
- >I have only a dim idea of how all this stuff fits together so someone the
- >ODF team can probably give a more definitive answer.
-
- The above approach should work, though another approach might have some
- advantages. The precompiled header is built by the ODFFramework project.
- If you rebuilt it, you would get a new precompiled header. You would also
- get the advantage of getting debug information with file paths defined in
- terms of your directory layout. It's not a bad idea to rebuild all of the
- ODF projects for this latter reason.
-
- Jim Lloyd
- ODF Team
-
-